/* 实搜网络提供技术支持-www.10soo.com */
/*====== 顶部通栏 start =====*/
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    position: fixed;
    top: 0;
    z-index: 2000;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 95px;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

    -ms-flex-align: center;
    align-items: center;
}
.header .center-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-box-align: center;

    position: relative;
    z-index: 10;

    min-width: 1200px;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .logo {
    display: block;

    width: 174px;
    height: 47px;

    background: url(../img/logo.png) no-repeat;
    background-size: 100% 100%;
}
.header .right-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;
    align-items: center;
}
.header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;
    align-items: center;
}
.header .nav li {
    position: relative;

    margin-right: 58px;
}
.header .nav li:nth-child(1) {
    --animate-duration: 0.5s;
}
.header .nav li:nth-child(2) {
    --animate-duration: 1s;
}
.header .nav li:nth-child(3) {
    --animate-duration: 1.5s;
}
.header .nav li:nth-child(4) {
    --animate-duration: 2s;
}
.header .nav li:nth-child(5) {
    --animate-duration: 2.5s;
}
.header .nav li:nth-child(6) {
    --animate-duration: 3s;
}
/* 导航下拉动画 */
.header .nav .item-box li:nth-child(1) {
    --animate-duration: 0.3s;
}
.header .nav .item-box li:nth-child(2) {
    --animate-duration: 0.6s;
}
.header .nav .item-box li:nth-child(3) {
    --animate-duration: 0.9s;
}
.header .nav .item-box li:nth-child(4) {
    --animate-duration: 1.2s;
}
.header .nav .item-box li:nth-child(5) {
    --animate-duration: 1.5s;
}
.header .nav .item-box li:nth-child(6) {
    --animate-duration: 1.8s;
}
.header .nav .item-box li:nth-child(7) {
    --animate-duration: 2.1s;
}
.header .nav .item-box li:nth-child(8) {
    --animate-duration: 2.4s;
}
.header .nav .item-box li:nth-child(9) {
    --animate-duration: 2.7s;
}
.header .nav .item-box li:nth-child(10) {
    --animate-duration: 3s;
}
.header .nav .item-box li:nth-child(11) {
    --animate-duration: 3.3s;
}
.header .nav li .item {
    display: block;

    position: relative;

    padding-right: 17px;

    line-height: 95px;
}
.header .nav li .item::after {
    display: block;

    position: absolute;
    top: 44.5px;
    right: 0;

    width: 11px;
    height: 6px;

    background: url(../img/ico_header_1.png) no-repeat 100% 100%;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

    content: "";
}
.header .nav li .item::before {
    display: block;

    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 500;

    width: 0;
    height: 2px;

    background-color: #fff;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

    content: "";
}
.header .nav li:hover .item {
    color: #fff;
}
.header .nav li:hover .item::before {
    width: calc(100% - 17px);
}
.header .nav li:first-child .item::after {
    display: none;
}
.header .nav li .item-box {
    display: none;

    position: absolute;
    top: 95px;
    left: 50%;

    margin-left: -100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 200px;

    background-color: rgba(2, 26, 57, 0.9);
}

.header .nav li .item-box li {
    margin-bottom: 5px;
    width: 100%;
}
.header .nav li .item-box a {
    display: block;

    width: 100%;
    height: 30px;

    line-height: 18px;
    line-height: 30px;
    text-align: center;

    color: #fff;
}
.header .nav li .item-box a:hover {
    color: #1976ee;
    background-color: rgba(255, 255, 255, 0.5);
}
.header .nav li:hover .item-box {
    display: block;
}
.header .nav li:hover .item::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header .shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;
    align-items: center;
}
.header .shop .login-box {
    position: relative;
}
.header .shop .login-box:hover .box {
    display: block;
}
.header .shop .box {
    display: none;

    position: absolute;
    top: 30px;
    left: 50%;

    margin-left: -52.5px;
    border-radius: 6px;
    padding: 10px 5px 20px;
    width: 105px;

    background-color: #fff;
}
.header .shop .box::after {
    position: absolute;
    top: -20px;
    left: 50%;

    margin-left: -10px;
    border: solid 10px #fff;
    border-top-width: 10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 10px;
    border-left-color: transparent;
    width: 0;
    height: 0;

    content: "";
}
.header .shop .box::before {
    display: block;

    position: absolute;
    top: -20px;
    left: 0;

    width: 105px;
    height: 20px;

    background-color: transparent;

    content: "";
}
.header .shop .login-box .item {
    display: block;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: dashed 1px #1976ee;
    width: 100%;
    height: 30px;

    line-height: 30px;
    text-align: center;
}
.header .shop .login-box .item:hover {
    color: #1976ee;
}
.header .shop .tp {
    display: inline-block;

    margin: 0;
    margin-right: 6px;
    width: 20px;
    height: 20px;

    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.header .shop .login,
.header .shop .register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;
    align-items: center;
}
.header .shop .login,
.header .shop .register:hover {
    color: #fff;
}
.header .shop .login .tp {
    background-image: url(../img/ico_header_login.png);
}
.header .shop .register .tp {
    background-image: url(../img/ico_header_register.png);
}
.header .shop span {
    display: block;

    margin: 0 13px;

    font-size: 20px;

    color: #fff;
}
/* .header .shop .login:hover,
.header .shop .register:hover {
    font-weight: bold;

    color: #fff;
} */
.header .shoped {
    position: relative;

    width: 120px;

    text-align: right;
}
.header .shoped .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -webkit-box-align: center;

    position: absolute;
    top: 30px;
    z-index: 100;

    width: 120px;
    height: 55px;

    text-align: center;

    background-color: #fff;

    -webkit-box-shadow: 0 0 3px 2px #efefef;
    box-shadow: 0 0 3px 2px #efefef;

    cursor: pointer;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .shoped .box:hover {
    background-color: #f8f7f7;
}
.header .shoped .logined {
    display: block;
    overflow: hidden;

    position: relative;

    padding-right: 17px;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #fff;

    -o-text-overflow: ellipsis;
}
.header .shoped .logined::after {
    display: block;

    position: absolute;
    top: 7px;
    right: 0;

    width: 11px;
    height: 6px;

    background: url(../img/ico_header_1.png) no-repeat 100% 100%;

    content: "";
}
.header .shoped .box img {
    margin-right: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;

    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.header .shoped .box {
    display: none;
}
.header .shoped::after {
    display: block;

    position: absolute;
    top: 15px;
    z-index: 100;

    width: 100%;
    height: 20px;

    content: "";
}
.header .shoped:hover .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header .search {
    position: relative;

    margin-left: 10px;
}
.header .form-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    position: relative;

    min-width: 38px;
    min-height: 38px;
}
.header .input-search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #fff;
    padding-left: 6px;
    width: 0;
    height: 38px;

    line-height: 38px;

    background-color: transparent;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.header .input-search::-webkit-input-placeholder {
    color: #fff !important;
}
.header .input-search::-moz-placeholder {
    color: #fff !important;
}
.header .input-search:-ms-input-placeholder {
    color: #fff !important;
}
.header .input-search::-ms-input-placeholder {
    color: #fff !important;
}
.header .input-search::placeholder {
    color: #fff !important;
}
.header .form-search:hover .input-search {
    width: 115px;

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.header .btn-search {
    position: absolute;
    top: 9px;
    right: 10px;

    border: none;
    width: 17px;
    height: 17px;

    background: url(../img/ico_header_search.png) no-repeat 100% 100%;

    outline: none;

    cursor: pointer;
}
.header:hover {
    background-color: rgba(2, 26, 57, 0.9) !important;
}
/* 1600px以下 */
@media screen and (max-width: 1600px) {
    .header .nav li {
        margin-right: 30px;
    }
}
/*====== 顶部通栏 end =====*/

/*====== 底部通栏 start =====*/
.footer {
    width: 100%;

    background: url(../img/back_footer_1.jpg);
    background-color: #232323;
}
.footer .center-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

    padding-top: 92px;
    padding-bottom: 45px;

    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .center-wrapper .logo-footer {
    margin-top: 50px;
    width: 174px;
    height: 47px;
}
.footer .center-wrapper .logo-footer img {
    width: 100%;
    height: 100%;
}
.footer .center-wrapper dt a {
    font-weight: bold;
}
.footer dt {
    margin-bottom: 23px;

    font-size: 16px;
    font-weight: bold;
    line-height: 22px;

    color: #999;
}
.footer dd {
    margin-bottom: 15px;

    font-size: 16px;
}
.footer dd a {
    font-size: 16px;
    line-height: 20px;
}
.footer dl a:hover {
    color: #fff;
}
.footer .item-4 {
    width: 330px;
}
.footer .item-4 dt {
    position: relative;

    padding-left: 30px;
}
.footer .item-4 dt::before {
    display: block;

    position: absolute;
    left: 0;

    width: 24px;
    height: 24px;

    background: url(../img/ico_footer_1.png) no-repeat;
    background-size: 100% 100%;

    content: "";
}
.footer .item-4 dd {
    font-size: 16px;

    color: #999;
}
.footer .item-4 .address {
    margin-bottom: 20px;

    line-height: 24px;
}
.footer .item-5 {
    text-align: center;
}
.footer .item-5 dt {
    position: relative;

    padding-left: 30px;
}
.footer .item-5 dt::before {
    display: block;

    position: absolute;
    top: 2px;
    left: 0;

    width: 21px;
    height: 21px;

    background: url(../img/ico_footer_2.png) no-repeat;
    background-size: 100% 100%;

    content: "";
}
.footer .item-5 .tp-ma {
    margin-bottom: 12px;
}
.footer .item-5 .tp-ma img {
    width: 115px;
    height: 115px;
}
.footer .item-5 .item-5-text {
    line-height: 16px;
}
.footer dl dd:last-child {
    margin-bottom: 0;
}
/* 版权 */
.footer .copy {
    border-top: solid 1px #cfcfcf;
    width: 100%;

    line-height: 60px;
    text-align: center;
}
.footer .copy a {
    line-height: 60px;
}
.footer .copy a:hover {
    color: #fff;
}
@media screen and (max-width: 1600px) {
    .footer dt a {
        font-size: 16px;
    }
    .footer dd {
        font-size: 14px;
    }
    .footer dd a {
        font-size: 14px;
    }
}
/*====== 底部通栏 end =====*/
